home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / mawk.zip / SCANCODE.C < prev    next >
Text File  |  1991-04-09  |  832b  |  24 lines

  1.  
  2.  
  3. /* scancode.c */
  4.  
  5.  
  6. char scan_code[256] = {
  7.  0,34,34,34,34,34,34,34,34, 1, 2, 1, 1, 1,34,34,
  8. 34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,
  9.  1,27,23,25,33,15,10,34,17,18,13,11,30,12,31,14,
  10. 22,22,22,22,22,22,22,22,22,22, 8, 3,28,26,29, 7,
  11. 34,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,
  12. 21,21,21,21,21,21,21,21,21,21,21,19,24,20,16,21,
  13. 34,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,
  14. 21,21,21,21,21,21,21,21,21,21,21, 5, 9, 6,32,34,
  15. 34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,
  16. 34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,
  17. 34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,
  18. 34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,
  19. 34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,
  20. 34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,
  21. 34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,
  22. 34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34
  23. } ;
  24.